home *** CD-ROM | disk | FTP | other *** search
- touch.doc - documentation for TOUCH - Copyright 1987-1993 TDRMSoft
-
- TOUCH updates the date and time associated with a file. It is useful
- for marking certain files for backup, as well as forcing compilations
- when programming using MAKEFILEs.
-
- Note: wildcards aren't supported, so use the FOR command. See examples
- for hints, or your DOS manual for more information.
-
-
- Usage: touch filename
-
- Examples:
- Update README.TXT file: touch readme.txt
- Update all files in current directory: for %f in (*.*) do touch %f
- Update all .c files in current directory: for %f in (*.c) do touch %f
-
- If you use this program regularly, please send $10.00 to:
- TDRMSoft
- 400 Central Park West - 20R Source code in C available for $50.00
- New York, NY 10025-5858 Tom Milne
- (212)-865-2719 TMILNE@AOL.COM
-